@import url("assets/css/main.css");
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

div#story {
	font-family: 'Libre Baskerville', serif;
}

div#story img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1em auto;
}


div#story p {
	margin: 0 0 1em 0;
}

.scroll-to-top {
	background-color: #d52c31;
	color: #FFF;
	position: fixed;
	z-index: 999;
	font-size: 16px;
	text-align: center;
	display: none;
	right: 20px;
	bottom: 3%;
	width: 35px;
	border-radius: 50%;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	cursor: pointer;
}

.scroll-to-top i {
	line-height: 35px;
}

body {
	scrollbar-width: thin;
	scrollbar-color: #d52c31 #fff;
	font-variant-ligatures: no-common-ligatures;
}

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background-color: #d52c31;
}

#loginblock input {
	margin-bottom: 5px;
}

#loginblock label {
	margin: 0;
}

select[multiple] {
	height: 18em;
	background-image: none;
	overflow-y: auto;
}

form select, form input[type="text"], form input[type="password"], form input[type="file"], div.formgroup {
	margin: 0 0 1.2em 0;
}

div.tinytoggle {
	margin-bottom: 1.2em;
}

form label[for] {
	display: inline;
}

div#pagetitle {
	color: #3d4449;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	font-size: 1.75em;
	text-align: center;
}

div.sectionheader, div#alphabet {
	color: #3d4449;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 1em 0 1em 0;
	font-size: 1.25em;
	text-align: center;
}

div.title {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	font-size: 1.1em;
}

div#submitdiv {
	text-align: center;
}

.listbox, .newsbox {
	border-bottom: solid 1px rgba(84, 84, 84, 0.75);
	border-collapse: collapse;
	border-spacing: 0;
	padding: 1em 0;
}

.newsbox>p {
	margin-bottom: 0;
}

div.tail {
	margin-top: 1em;
}

#pagelinks {
	margin-top: 1.2em;
}

form#loginblock > input[type="text"] {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

span.label {
	font-weight: bold;
}

.spaced {
	margin-right: 2em;
}

.inverse {
	padding: 0 .3em;
	background-color: #7f888f;
	color: white;
}

.jumpmenu>a.icon {
	vertical-align: middle;
}

a, a.button:hover {
	border-bottom: none;
}

#main h3 {
	margin-bottom: 5px;
}

div#app, div#app > div.vue-treeselect, div#app > div.vue-treeselect > div.vue-treeselect__control {
	background-color: #f3e9e1;
}

div#app > div.vue-treeselect > div.vue-treeselect__control {
	border-color: rgba(212, 43, 48, 0.75);
}

div#app > div.vue-treeselect div.vue-treeselect__placeholder {
	color: #545454;
}

div#app > div.vue-treeselect > div.vue-treeselect__control > div.vue-treeselect__x-container {
	color: rgba(212, 43, 48, 0.75);
}

div#app > div.vue-treeselect div.vue-treeselect__input-container > input {
	background-color: inherit;
}

.newstitle {
	font-size: 1.2em;
	font-weight: bold;
}

img.featured {
	vertical-align: bottom;
	float: left;
}

img.retired {
	vertical-align: bottom;

}
